Index: phpBB3/includes/functions_display.php =================================================================== --- phpBB3/includes/functions_display.php (original) +++ phpBB3/includes/functions_display.php (bug fixed) @@ -326,6 +326,7 @@ { case FORUM_POST: $folder_image = ($forum_unread) ? 'forum_unread' : 'forum_read'; + $folder_alt = ($forum_unread) ? 'NEW_POSTS' : 'NO_NEW_POSTS'; break; case FORUM_LINK: @@ -371,7 +372,7 @@ $s_subforums_list = array(); foreach ($subforums_list as $subforum) { - $s_subforums_list[] = '' . $subforum['name'] . ''; + $s_subforums_list[] = '' . $subforum['name'] . ''; } $s_subforums_list = (string) implode(', ', $s_subforums_list); $catless = ($row['parent_id'] == $root_data['forum_id']) ? true : false; @@ -409,6 +410,7 @@ $l_post_click_count => $post_click_count, 'FORUM_FOLDER_IMG' => $user->img($folder_image, $folder_alt), 'FORUM_FOLDER_IMG_SRC' => $user->img($folder_image, $folder_alt, false, '', 'src'), + 'FORUM_FOLDER_IMG_ALT' => isset($user->lang[$folder_alt]) ? $user->lang[$folder_alt] : '', 'FORUM_IMAGE' => ($row['forum_image']) ? '' . $user->lang[$folder_alt] . '' : '', 'FORUM_IMAGE_SRC' => ($row['forum_image']) ? $phpbb_root_path . $row['forum_image'] : '', 'LAST_POST_SUBJECT' => censor_text($last_post_subject), Index: phpBB3/includes/functions_display.php =================================================================== --- phpBB3/styles/prosilver/template/forumlist_body.html (original) +++ phpBB3/styles/prosilver/template/forumlist_body.html (bug fixed) @@ -26,7 +26,7 @@
  • -
    +
    {forumrow.FORUM_IMAGE} {forumrow.FORUM_NAME}
    {forumrow.FORUM_DESC}